Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CanInsert Method / CanInsert(Int32,T) Method

In This Topic
    CanInsert(Int32,T) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function CanInsert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) As Boolean
    public bool CanInsert( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also